Adwaita: use opacity on dim-labels istead of a hack
authorLapo Calamandrei <calamandrei@gmail.com>
Mon, 7 Jul 2014 12:04:37 +0000 (14:04 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Mon, 7 Jul 2014 12:04:37 +0000 (14:04 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index f80b57853fb4a14201e34c892a05b9913d8ec51e..dc3b76c195322d998a2934be1f44ccfed8fc89a8 100644 (file)
@@ -132,7 +132,8 @@ GtkLabel {
 }
 
 .dim-label {
-  color: gtkalpha(currentColor, 0.55);
+  opacity: 0.55;
+  text-shadow: none;
 }
 
 /*********************
index 98b7e1733cf9da0265604eb3a68e46b01a730c97..af1bd13eeae4494725d26d43c658cb037e7baf23 100644 (file)
   background-color: rgba(33, 93, 156, 0.2); }
 
 .dim-label {
-  color: alpha(currentColor,0.55); }
+  opacity: 0.55;
+  text-shadow: none; }
 
 /*********************
  * Spinner Animation *
index 6d833e73ba3ec5bc1773a89f2195514dfb9934dc..3523dfe064c6a6ff0a56ed4d3f8662b0b1312703 100644 (file)
   background-color: rgba(74, 144, 217, 0.2); }
 
 .dim-label {
-  color: alpha(currentColor,0.55); }
+  opacity: 0.55;
+  text-shadow: none; }
 
 /*********************
  * Spinner Animation *